home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3814 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: nntp.teleport.com!sschaem
  2. From: sschaem@teleport.com (Stephan Schaem)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: SAS ASM question, retry
  5. Date: 24 Feb 1996 19:46:57 GMT
  6. Organization: Teleport - Portland's Public Access (503) 220-1016
  7. Message-ID: <4gnpvh$r7@maureen.teleport.com>
  8. References: <4gmlu0$3a2@sulla.cyberstore.ca>
  9. NNTP-Posting-Host: julie.teleport.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Shawn Chin (daemauk@dsoe.com) wrote:
  13. :         In assembly, what does "set *-<label>" imply?  (The SAS assembler
  14. :  doesn't like this expression, probably because the * is a comment character)
  15. :  Is SET a compiler directive to be used in conjunction with LIST and 
  16. : NOLIST?  I
  17. :  don't kow what LIST ad NOLIST are either. =)
  18.  
  19.  SAS dont provide any docs on they assembler?.... But thats possible
  20.  since lattice didn't. My guess is that you have no busness writting
  21.  for the assembler :) If possible use a real macro assembler and link
  22.  your asm functions.
  23.  
  24.  Well, "LIST", "NOLIST" is usually there for debugging macro or the 
  25.  assembler. It turn on disassembly output.. I dunno what this "SET"
  26.  directive is.
  27.  How come you are using "SET" if you dont know what it is?
  28.  
  29.  stephan
  30.  
  31.